home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Organization / HyperCheck / background_4238.txt < prev    next >
Text File  |  1988-05-17  |  7KB  |  350 lines

  1. -- background: 4238 from stack: in
  2. -- bmap block id: 6001
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: DEPOSIT
  6. ----- HyperTalk script -----
  7. on idle
  8.   put the time into field "TIME"
  9.   put the long date into field "DATE"
  10.   global NAME
  11.   put NAME into field "cNAME"
  12.   global ACC
  13.   put ACC into field "ACC NO"
  14.   pass idle
  15. end idle
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 00
  20. -- high flags: 8003
  21. -- rect: left=333 top=74 right=96 bottom=393
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: TAB KEY
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   TabKey
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: 8003
  40. -- rect: left=400 top=149 right=171 bottom=446
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: TODAY
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   put the abbrev date into field "CH DATE"
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 4 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=9 top=309 right=334 bottom=38
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 17779 / 17779
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: 
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   visual effect checkerboard
  71.   GO TO PREVIOUS CARD
  72. end mouseUp
  73.  
  74.  
  75.  
  76. -- part 5 (button)
  77. -- low flags: 00
  78. -- high flags: 8003
  79. -- rect: left=44 top=310 right=332 bottom=144
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: ADD CHECK
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   set lockScreen to true
  91.   go to last card of background "CHECK"
  92.   get background field "CH NUM"
  93.   set lockScreen to false
  94.   doMenu "New Card"
  95.   put it + 1 into background field "CH NUM"
  96.   put " " into field "B"
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 6 (button)
  102. -- low flags: 00
  103. -- high flags: 8003
  104. -- rect: left=149 top=310 right=332 bottom=249
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: ADD DEPOSIT
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   set lockScreen to true
  116.   go to last card of background "DEPOSIT"
  117.   get background field "DP NUM"
  118.   set lockScreen to false
  119.   doMenu "New Card"
  120.   put it + 1 into background field "DP NUM"
  121.   put " " into field "B"
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 7 (button)
  127. -- low flags: 00
  128. -- high flags: 8003
  129. -- rect: left=254 top=310 right=332 bottom=364
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: SERVICE CHARGE
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   set lockScreen to true
  141.   go to last card of background "SER CHARGE"
  142.   get background field "SC NUM"
  143.   set lockScreen to false
  144.   doMenu "New Card"
  145.   put it + 1 into background field "SC NUM"
  146.   put " " into field "B"
  147. end mouseUp
  148.  
  149.  
  150.  
  151. -- part 8 (button)
  152. -- low flags: 00
  153. -- high flags: 8003
  154. -- rect: left=369 top=310 right=332 bottom=469
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 0 / 0
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: BALANCE SHEET
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   visual dissolve
  166.   go to card "balance"
  167. end mouseUp
  168.  
  169.  
  170.  
  171. -- part 9 (button)
  172. -- low flags: 00
  173. -- high flags: 0000
  174. -- rect: left=474 top=309 right=334 bottom=503
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 8419 / 8419
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: 
  183. ----- HyperTalk script -----
  184. on mouseUp
  185.   visual effect checkerboard
  186.   GO TO NEXT CARD
  187. end mouseUp
  188.  
  189.  
  190.  
  191. -- part 10 (field)
  192. -- low flags: 01
  193. -- high flags: 0000
  194. -- rect: left=18 top=120 right=172 bottom=178
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 0 / 0
  197. -- text alignment: 0
  198. -- font id: 16
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: cName
  203.  
  204.  
  205. -- part 11 (field)
  206. -- low flags: 01
  207. -- high flags: 0000
  208. -- rect: left=188 top=120 right=140 bottom=351
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 0
  212. -- font id: 16
  213. -- text size: 12
  214. -- style flags: 0
  215. -- line height: 16
  216. -- part name: ACC NO
  217.  
  218.  
  219. -- part 13 (field)
  220. -- low flags: 01
  221. -- high flags: 0000
  222. -- rect: left=349 top=37 right=56 bottom=507
  223. -- title width / last selected line: 0
  224. -- icon id / first selected line: 0 / 0
  225. -- text alignment: 1
  226. -- font id: 16
  227. -- text size: 12
  228. -- style flags: 0
  229. -- line height: 16
  230. -- part name: DATE
  231.  
  232.  
  233. -- part 14 (field)
  234. -- low flags: 01
  235. -- high flags: 0000
  236. -- rect: left=404 top=57 right=75 bottom=465
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 0 / 0
  239. -- text alignment: 1
  240. -- font id: 16
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: TIME
  245.  
  246.  
  247. -- part 15 (field)
  248. -- low flags: 00
  249. -- high flags: 0001
  250. -- rect: left=229 top=152 right=169 bottom=376
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 0 / 0
  253. -- text alignment: 0
  254. -- font id: 16
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: CH DATE
  259.  
  260.  
  261. -- part 16 (field)
  262. -- low flags: 00
  263. -- high flags: 0000
  264. -- rect: left=74 top=183 right=202 bottom=475
  265. -- title width / last selected line: 0
  266. -- icon id / first selected line: 0 / 0
  267. -- text alignment: 0
  268. -- font id: 16
  269. -- text size: 12
  270. -- style flags: 0
  271. -- line height: 16
  272. -- part name: 
  273.  
  274.  
  275. -- part 17 (field)
  276. -- low flags: 00
  277. -- high flags: 0000
  278. -- rect: left=101 top=205 right=224 bottom=240
  279. -- title width / last selected line: 0
  280. -- icon id / first selected line: 0 / 0
  281. -- text alignment: 0
  282. -- font id: 16
  283. -- text size: 12
  284. -- style flags: 0
  285. -- line height: 16
  286. -- part name: DP AMOUNT
  287.  
  288.  
  289. -- part 18 (field)
  290. -- low flags: 00
  291. -- high flags: 0000
  292. -- rect: left=71 top=232 right=267 bottom=497
  293. -- title width / last selected line: 0
  294. -- icon id / first selected line: 0 / 0
  295. -- text alignment: 0
  296. -- font id: 16
  297. -- text size: 12
  298. -- style flags: 0
  299. -- line height: 16
  300. -- part name: 
  301.  
  302.  
  303. -- part 19 (button)
  304. -- low flags: 00
  305. -- high flags: 8003
  306. -- rect: left=45 top=274 right=296 bottom=145
  307. -- title width / last selected line: 0
  308. -- icon id / first selected line: 0 / 0
  309. -- text alignment: 1
  310. -- font id: 0
  311. -- text size: 12
  312. -- style flags: 0
  313. -- line height: 16
  314. -- part name: Cleared Bank
  315. ----- HyperTalk script -----
  316. on mouseUp
  317.   if field "B" is " "
  318.   then put X into field "B"
  319. else put " " into field "B"
  320. end mouseUp
  321.  
  322.  
  323.  
  324. -- part 20 (field)
  325. -- low flags: 01
  326. -- high flags: 0002
  327. -- rect: left=24 top=277 right=291 bottom=39
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 0
  331. -- font id: 16
  332. -- text size: 12
  333. -- style flags: 0
  334. -- line height: 14
  335. -- part name: B
  336.  
  337.  
  338. -- part 21 (field)
  339. -- low flags: 00
  340. -- high flags: 0000
  341. -- rect: left=420 top=120 right=137 bottom=493
  342. -- title width / last selected line: 0
  343. -- icon id / first selected line: 0 / 0
  344. -- text alignment: 0
  345. -- font id: 16
  346. -- text size: 12
  347. -- style flags: 0
  348. -- line height: 16
  349. -- part name: DP Num
  350.